From: Felix Fietkau Date: Tue, 15 Jan 2008 00:32:32 +0000 (+0000) Subject: fix natpmp compile X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=16e4259d124ae42303d374322c2d736bf7f1ed88;p=openwrt%2Fsvn-archive%2Fpackages.git fix natpmp compile SVN-Revision: 10199 --- diff --git a/net/natpmp/Makefile b/net/natpmp/Makefile index dd124ab52..86bff4536 100644 --- a/net/natpmp/Makefile +++ b/net/natpmp/Makefile @@ -33,9 +33,9 @@ define Build/Compile rm -rf $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - CC=$(TARGET_CC) \ - LD=$(TARGET_CC) \ - CFLAGS="$(strip $(TARGET_CFLAGS))" \ + CC="$(TARGET_CC)" \ + LD="$(TARGET_CC)" \ + CCFLAGS="$(strip $(TARGET_CFLAGS))" \ CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ prefix="$(PKG_INSTALL_DIR)/usr"